POST /Server/

Register a server with the specified name.
 

Request

Method Request URI
POST /API/Server/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: name
Type: System.String

Response

Response Body

false if the specified server name is already registered; otherwise, true.